Params

public interface Params

The parameters of the PromptCallback.

Functions

Link copied to clipboard
Returns a string that represents the localized text of the "Cancel" action.
Link copied to clipboard
public String message()
Returns a string that represents the text passed to the window.prompt() JavaScript function.
Link copied to clipboard
Returns a string that represents the localized text of the "OK" action.
Link copied to clipboard
public String text()
Returns a string that represents the default text passed to the window.prompt() JavaScript function or an empty string, if no default value is passed.
Link copied to clipboard
public String title()
Returns a string that represents the localized dialog title.
Link copied to clipboard
public String url()
Returns a string that represents the URL of the web page that requested to display a prompt dialog.